home *** CD-ROM | disk | FTP | other *** search
/ Hráč 2004 June / Hrac_70_2004-06_dvd.iso / freeware / soft / DEKSI Network Inventory / dni.exe / install_script.iss
Text File  |  2004-05-19  |  3KB  |  69 lines

  1. ;InnoSetupVersion=4.0.5
  2.  
  3. [Setup]
  4. AppName=DEKSI Network Inventory
  5. AppVerName=DEKSI Network Inventory 3.03
  6. AppId=DEKSI Network Inventory
  7. AppVersion=3.03
  8. AppPublisher=DEK Software International
  9. AppSupportURL=http://www.deksoftware.com
  10. DefaultDirName={pf}\DEKSI Network Inventory
  11. DefaultGroupName=DEKSI Network Inventory
  12. UninstallDisplayIcon={app}\Admin.exe
  13. OutputBaseFilename=dni
  14. Compression=zip
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\Admin.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\invClient.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\sA.dll"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\xpkey.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Export\SQLScripts\access.sql"; DestDir: "{app}\Export\SQLScripts"; Flags: ignoreversion 
  25. Source: "{app}\Export\SQLScripts\anysql.sql"; DestDir: "{app}\Export\SQLScripts"; Flags: ignoreversion 
  26. Source: "{app}\Export\SQLScripts\excel.sql"; DestDir: "{app}\Export\SQLScripts"; Flags: ignoreversion 
  27. Source: "{app}\Export\SQLScripts\oracle.sql"; DestDir: "{app}\Export\SQLScripts"; Flags: ignoreversion 
  28. Source: "{app}\Reports\Motherboards.frf"; DestDir: "{app}\Reports"; Flags: ignoreversion 
  29. Source: "{app}\Reports\Processors.frf"; DestDir: "{app}\Reports"; Flags: ignoreversion 
  30. Source: "{app}\Reports\Video Adapters.frf"; DestDir: "{app}\Reports"; Flags: ignoreversion 
  31. Source: "{app}\Reports\Printers.frf"; DestDir: "{app}\Reports"; Flags: ignoreversion 
  32. Source: "{app}\Reports\Disk Drives.frf"; DestDir: "{app}\Reports"; Flags: ignoreversion 
  33. Source: "{app}\DNI.HLP"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\dni.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  37. Source: "{app}\history.txt"; DestDir: "{app}"; Flags: ignoreversion 
  38. Source: "{app}\empcdt.mdb"; DestDir: "{app}"; 
  39.  
  40. [Run]
  41. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  42. Filename: "{app}\invClient.exe"; WorkingDir: "{app}"; Flags: hidewizard waituntilidle
  43.  
  44. [Icons]
  45. Name: "{group}\DNI Administrator"; Filename: "{app}\Admin.exe"; WorkingDir: "{app}"; IconFilename: "{app}\Admin.exe"; 
  46. Name: "{group}\DNI Client"; Filename: "{app}\invClient.exe"; IconFilename: "{app}\invClient.exe"; 
  47. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  48. Name: "{group}\Read me"; Filename: "{app}\readme.txt"; 
  49. Name: "{group}\License"; Filename: "{app}\license.txt"; 
  50. Name: "{userdesktop}\DNI Administrator"; Filename: "{app}\Admin.exe"; WorkingDir: "{app}"; IconFilename: "{app}\Admin.exe"; Tasks: desctopicon; 
  51. Name: "{group}\DNI Help"; Filename: "{app}\dni.hlp"; WorkingDir: "{app}"; 
  52.  
  53. [Tasks]
  54. Name: "desctopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  55.  
  56. [UninstallDelete]
  57. Type: files; Name: "{app}\DB\*.*"; 
  58. Type: dirifempty; Name: "{app}\DB\"; 
  59. Type: files; Name: "{app}\LD\*.*"; 
  60. Type: dirifempty; Name: "{app}\LD\"; 
  61. Type: files; Name: "{app}\dni.gid"; 
  62. Type: files; Name: "{app}\Admin.ini"; 
  63. Type: files; Name: "{app}\*.xml"; 
  64.  
  65. [Languages]
  66. ; These files are stubs
  67. ; To achieve better results after recompilation, use the real language files
  68. Name: "default"; MessagesFile: "embedded\default.isl"; 
  69.